Skip to main content
POST
[Instances] Reinstall operating system on a compute instance

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <token> header. Token can be a JWT token or an API key (format: sk-onetsolutions-...).

Path Parameters

id
string<uuid>
required

A UUID string identifying this Instance.

organization_id
string
required

Unique identifier of the organization that owns the resource.

project_id
string
required

Unique identifier of the project containing the resource.

Body

application/json
image_id
string<uuid>
required
volume_id
string<uuid> | null
ssh_key_ids
string<uuid>[] | null
enable_password_auth
boolean
default:false
install_management_key
boolean
default:true
software_packages
object[]

Response

Instance reinstallation initiated successfully